home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 24 / CDL24.iso / LAPLACE / IDEM.DXR / Info_20_Bt 16B.ls < prev    next >
Encoding:
Text File  |  1996-10-10  |  323 b   |  13 lines

  1. on mouseUp
  2.   set the colorDepth to 8
  3.   set the colorDepth to 16
  4.   puppetSound("CLIC.AIF", 2)
  5.   if the colorDepth = 8 then
  6.     alert("Milliers de couleurs non support├⌐s sur ce Macintosh")
  7.   else
  8.     unLoad()
  9.     set the member of sprite 4 to member "HOT_256.PIC"
  10.     set the member of sprite 5 to member "HOT"
  11.   end if
  12. end
  13.